home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 7
/
Aminet 7 - August 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_1.lha
/
Source.lha
/
MyLib.lha
/
include
/
stddef.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-04-21
|
252 b
|
19 lines
/* $VER: stddef.h 1.0 (02.03.95) */
#ifndef _STDDEF_H_
#define _STDDEF_H_
typedef int ptrdiff_t;
typedef unsigned long size_t;
typedef char * va_list;
#ifndef NULL
#define NULL 0
#endif
#ifndef MYLIB
#define MYLIB
#endif
#endif /* _STDDEF_H_ */